home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Programming / Comal / Prefs / Texts / Comal.English < prev    next >
Encoding:
Text File  |  2001-04-11  |  10.3 KB  |  368 lines

  1. /************************************************************************/
  2. /*                                                                      */
  3. /*         Texts used in Comal command interface                        */
  4. /*                  version 94.05.23                                    */
  5. /*                                                                      */
  6. /************************************************************************/
  7.  
  8. #000  "Line has been changed!\nDiscard the changes?"
  9. #001  "Program has been changed!\nDiscard the changes?"
  10. #002  "Delete watch expression?"
  11. #003  "Delete block?"
  12.  
  13. /* Gadget texts */
  14. #004  "Yes"         /* 'Yes' requester text           */
  15. #005  "No "         /* 'No' requester text            */
  16. #006  "Cancel"      /* 'Cancel' requester text        */
  17. #007  "Accept"      /* 'Accept' requester text        */
  18. #008  "Find:    "   /* Text for 'FIND' text gadget    */
  19. #009  "Replace: "   /* Text for 'REPLACE' text gadget */
  20. #010  "Watch: "     /* Text for 'WATCH' text gadget   */
  21. #011  "Enter macro string for function key F"
  22. #012  "Delete selected file(s)?"
  23. #013  "Write program to printer?"
  24. #014  "Parameters"  /* Head line for parameters requester */
  25. #015  "New"         /* New parameter                      */
  26. #016  "Del"         /* Delete parameter                   */
  27. #017  "Store as ToolTypes in code file"
  28. #018  "Store as ToolTypes in combined file"
  29.  
  30. /* Error texts written in window title line      */
  31. #019  "No program"
  32. #020  "Program buffer is full"
  33. #021  "No more memory"
  34. #022  "The line is not an executable line"
  35. #023  "No modules loaded"
  36. #024  "No information text in module"
  37. #025  "No more room on the clip board"
  38. #026  "The file cannot be found"
  39. #027  "Error during reading"
  40. #028  "Error during writing"
  41. #029  "Not a Comal file"
  42. #030  "Backup file cannot be created. Continue?"
  43. #031  "Icon could not be created"
  44. #032  "Project could not be opened"
  45. #033  "Macro file not found"
  46. #034  "ARexx not installed"
  47. #035  "Directory not found"
  48. #036  "Not a valid directory name"
  49. #037  "No file selected"
  50. #038  "Multiple select illegal"
  51. #039  "Could not make new directory"
  52. #040  "Could not rename"
  53. #041  "Selected file(s) could not be deleted"
  54. #042  "Selected file(s) could not be copied"
  55. #043  "Selected file(s) could not be moved"
  56.  
  57. /* Information texts written in title line      */
  58. #044  "wait a moment ..."
  59. #045  "searching ..."
  60. #046  "Program line error"
  61. #047  "Search text not found"
  62. #048  "Replace (Y/N)? - cancel with ESC"
  63. #049  "Yy"
  64. #050  "Nn"
  65.  
  66. /* File requester texts */
  67. #051  " Load ASCII File"
  68. #052  " Load Code File"
  69. #053  " Save As ASCII File"
  70. #054  " Save As Code File"
  71. #055  " Insert ASCII File"
  72. #056  " Load Macro File"
  73. #057  " Save Macro File"
  74. #058  " Select File"
  75. #059  " Select name of combined file"
  76. #060  " File Maintance"
  77. #061  " Rename File"
  78. #062  " Copy File(s)"
  79. #063  " Move File(s)"
  80. #064  " Make New Directory"
  81. #065  " Make New Drawer"
  82. #066  "Drawer:"
  83. #067  "Name:"
  84. #068  "New Drawer:"
  85. #069  "New Name:"
  86. #070  "Ok"
  87. #071  "Disk"
  88. #072  "Parent"
  89. #073  "Cancel"
  90. #074  "Delete"
  91. #075  "Rename"
  92. #076  "Copy"
  93. #077  "Move"
  94. #078  "New Directory"
  95. #079  "New Drawer"
  96.  
  97. /* Status line texts  */
  98. #080  "Line"
  99. #081  "Col"
  100. #082  "Free"
  101. #083  "Insert"              /* Edit mode              */
  102. #084  "Replace"             /* Overwrite mode         */
  103. #085  "Block"               /* Block mode             */
  104. #086  "Program execution"   /* Program execution mode */
  105. #087  "Module"              /* Module view mode       */
  106. #088  "Trace"               /* Trace mode             */
  107. #089  "No name"
  108.  
  109. /* Other window title texts */
  110. #090  "Comal - project"
  111. #091  "Command - project"
  112. #092  "Error - project"
  113. #093  "Comal module library"
  114. #094  "Comal module information text"
  115. #095  "Comal watch window"
  116.  
  117. /* About window texts */
  118. #096  "About Comal ..."
  119. #097  "Program versions:"
  120. #098  "Total memory available:"
  121. #099  " bytes of memory for program text"
  122. #100  " bytes of workspace memory for running program"
  123. #101  "Comal was designed and developed by:"
  124. #102  "Svend Daugaard Pedersen"
  125.  
  126.  
  127. /* Menu texts  */
  128. #103  "Project"                         /* Menu name    */
  129. #104  "New"                             /* Item name    */
  130. #105  "N"                               /* Short cut    */
  131. #106  "Open..."                         /* Item name    */
  132. #107  "O"                               /* Short cut    */
  133. #108  "Save"                            /* etc.         */
  134. #109  "S"
  135. #110  "Save As..."
  136. #111  "A"
  137. #112  "File..."
  138. #113  ""
  139. #114  "New Shell..."
  140. #115  ""
  141. #116  "Print..."
  142. #117  "P"
  143. #118  "Open Command Window"
  144. #119  "K"
  145. #120  "About..."
  146. #121  ""
  147. #122  "Clear Program Buffer"
  148. #123  ""
  149. #124  "Quit Project"
  150. #125  "Q"
  151.  
  152. #126  "Edit"                            /* Menu name    */
  153. #127  "Mark Block Start"
  154. #128  "B"
  155. #129  "Cut"
  156. #130  "X"
  157. #131  "Copy"
  158. #132  "C"
  159. #133  "Paste"
  160. #134  "V"
  161. #135  "Erase Block"
  162. #136  ""
  163. #137  "Insert File..."
  164. #138  "I"
  165. #139  "Save Block..."
  166. #140  ""
  167. #141  "Print Block"
  168. #142  ""
  169. #143  "Edit Main Program"
  170. #144  "M"
  171.  
  172. #145  "Search"                          /* Menu name    */
  173. #146  "Search"
  174. #147  "F"
  175. #148  "Search & Replace"
  176. #149  "R"
  177. #150  "Search Again"
  178. #151  "J"
  179.  
  180. #152  "Macros"                          /* Menu name    */
  181. #153  "Assign Macro"
  182. #154  ""
  183. #155  "Load..."
  184. #156  ""
  185. #157  "Save..."
  186. #158  ""
  187.  
  188. #159  "Settings"                        /* Menu name    */
  189. #160  "New Line At <ENTER>?"
  190. #161  ""
  191. #162  "Keywords In Capital?"
  192. #163  ""
  193. #164  "Create Backup?"
  194. #165  ""
  195. #166  "Create Icons?"
  196. #167  ""
  197. #168  "Store Window Parameters?"
  198. #169  ""
  199. #170  "ASCII FILE Format"
  200. #171  ""
  201. #172  "Automatic variables?"
  202. #173  ""
  203. #174  "Execute IO Window?"
  204. #175  ""
  205.  
  206. #176  "Program"                         /* Menu name    */
  207. #177  "Control"
  208. #178  ""
  209. #179  "Execute"
  210. #180  "E"
  211. #181  "Stop Execution"
  212. #182  "."
  213. #183  "Continue Execution"
  214. #184  "G"
  215. #185  "Parameters..."
  216. #186  ""
  217. #187  "Load..."
  218. #188  ""
  219. #189  "Save..."
  220. #190  ""
  221. #191  "Combine..."
  222. #192  ""
  223. #193  "Show Modules..."
  224. #194  "H"
  225. #195  "Remove All Modules"
  226. #196  ""
  227. #197  "Trace Mode?"
  228. #198  ""
  229.  
  230. #199  "Trace"                           /* Menu name    */
  231. #200  "Execute One Step"
  232. #201  "T"
  233. #202  "Execute One Line"
  234. #203  "L"
  235. #204  "Open Watch Window"
  236. #205  ""
  237. #206  "New Watch Expression"
  238. #207  ""
  239. #208  "Clear All Watches"
  240. #209  ""
  241. #210  "Clear All Break Points"
  242. #211  ""
  243.  
  244. /* Syntax errors  */
  245. #212  "Cannot execute as direct command"
  246. #213  "No more room in program buffer"
  247. #214  "End of program buffer"
  248. #215  "The address could not be found"
  249. #216  "The file cannot be found"
  250. #217  "Read error"
  251. #218  "Write error"
  252. #219  "Not a Comal-program"
  253. #220  "Constant expected"
  254. #221  "Integer constant expected"
  255. #222  "Text constant expected"
  256. #223  "Illegal expression"
  257. #224  "Expression expected"
  258. #225  "Number expression expected"
  259. #226  "Text expression expected"
  260. #227  "Number or text expression expected"
  261. #228  "Name expected"
  262. #229  "Field name expected"
  263. #230  "Name (without type symbol # eller $) expected"
  264. #231  "Name cannot be a reserved word"
  265. #232  "Name cannot be a standard name"
  266. #233  "Name cannot be a type name"
  267. #234  "Type name expected"
  268. #235  "Name of type expected"
  269. #236  "Type name expected - not a reserved word"
  270. #237  "Type name or REF expected"
  271. #238  "Type name or POINTER expected"
  272. #239  "Type name or expression expected"
  273. #240  "Simple number or text type expected"
  274. #241  "Number type expected"
  275. #242  "POINTER illegal"
  276. #243  "STRING expected"
  277. #244  "STRING illegal"
  278. #245  "LONG expected"
  279. #246  "Variabel name cannot end with #"
  280. #247  "REF illegal with procedural parameters"
  281. #248  "OF cannot be used with # og $"
  282. #249  "Dimensioning too big an array"
  283. #250  "Illegal keyword"
  284. #251  "This statement cannot be used in single line IF"
  285. #252  "This statement cannot be used in single line loops"
  286. #253  ""
  287. #254  "Illegal end of line"
  288. #255  "RANDOM file cannot be used with PRINT"
  289. #256  "AT cannot be used in connection with FILE"
  290. #257  "TAB cannot be used in connection with USING"
  291. #258  "';' cannot be used in connection with USING"
  292. #259  "':' must follow the format string in PRINT USING"
  293. #260  "AT expressions must end with ':'"
  294. #261  "PRINT FILE line cannot end with ',' or ';'"
  295. #262  "Cannot be used as PRINT element"
  296. #263  "Cannot be used as WRITE element"
  297. #264  "A label must follow a GOTO"
  298. #265  "Label cannot be a reserved word"
  299. #266  "Label must end with a colon (:)"
  300. #267  "CLOSED, SIGNAL etc. expected"
  301. #268  "SIGNAL and DESTRUCTOR cannot be used with functions"
  302. #269  "No return type specifications with procedures"
  303. #270  "Only one integer parameter in SIGNAL procedure"
  304. #271  "No parameters in CONSTRUCTORs and DESTRUCTORs"
  305. #272  "No return type specification in CONSTRUCTORs"
  306. #273  "CONSTRUCTORs must be functions"
  307. #274  "Missing digit after $, %, E or decimal point"
  308. #275  "Number too big"
  309. #276  "Left side of expression missing or has wrong type"
  310. #277  "Right side of expression missing or has wrong type"
  311. #278  "Array indicator illegal at this place"
  312. #279  "String selector only in texts"
  313. #280  "Begin parenthesis missing"
  314. #281  "End parenthesis missing"
  315. #282  "End parenthesis without matching begin parenthesis"
  316. #283  ":- , :* og :/ cannot be used with texts"
  317. #284  "Assignment symbol ':=' expected"
  318. #285  "'=' expected"
  319. #286  "',' expected"
  320. #287  "':' expected"
  321. #288  "\" expected"
  322. #289  "'..' expected"
  323. #290  "TRAP ESC must be followed by either '+' or '-'"
  324. #291  "',' or end of line expected"
  325. #292  "';' or end of line expected"
  326. #293  "INPUT, OUTPUT or INOUT expected"
  327. #294  "TO expected"
  328. #295  "FROM expected"
  329. #296  "FILE expected"
  330. #297  "POINTER expected"
  331. #298  "STEP expected"
  332. #299  "DO expected"
  333. #300  "TIMES expected"
  334. #301  "THEN expected"
  335. #302  "WHEN expected"
  336. #303  "OF expected"
  337. #304  "AS expected"
  338. #305  "READ, WRITE, APPEND or RANDOM expected"
  339. #306  "ESC or end of line expected"
  340. #307  "OF or end of line expected"
  341. #308  "IF .. EXIT WHEN .. illegal combination"
  342. #309  "WHEN expressions must have the same type"
  343. #310  "Text constant too long"
  344. #311  "Name too long"
  345. #312  "Operator expected"
  346. #313  "Unknown operator"
  347. #314  "Different type on each side of := or :+"
  348. #315  "Wrong number of parameters in standard funktion"
  349. #316  "Undefined name"
  350.  
  351. /* Combiner messages */
  352. #317  "Combining .."
  353. #318  "Not a legal load file"
  354. #319  "Out of memory"
  355. #320  "Cannot make output file"
  356. #321  "Cannot open Comal.CodeMan"
  357. #322  "Error during reading"
  358. #323  "Cannot open file (out of memory?)"
  359. #324  "Syntax error"
  360. #325  "Cannot find module"
  361. #326  "File not found"
  362. #327  "Cannot find Runtime"
  363. #328  "Cannot load Combiner"
  364.  
  365. /* General error codes  */
  366. #329  "System error"
  367. #330  "Error"
  368.